home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / mhis020.zip / CRITDEF.MEX < prev    next >
Text File  |  1996-09-06  |  170b  |  11 lines

  1. #include <max.mh>
  2. #include "callers.mh"
  3.  
  4. int main () {
  5.   string: temp_string;
  6.   read_callers ();
  7.   clear_criteria (callers.criteria);
  8.   write_callers ();
  9.   }
  10.  
  11.